home *** CD-ROM | disk | FTP | other *** search
- object RegDialog2: TRegDialog2
- Left = 197
- Top = 216
- BorderStyle = bsDialog
- Caption = 'Registration'
- ClientHeight = 186
- ClientWidth = 484
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 377
- Height = 169
- Shape = bsFrame
- end
- object Label1: TLabel
- Left = 24
- Top = 27
- Width = 91
- Height = 13
- Caption = 'Registration name :'
- end
- object Label2: TLabel
- Left = 24
- Top = 60
- Width = 103
- Height = 13
- Caption = 'Registration number : '
- end
- object Label3: TLabel
- Left = 24
- Top = 121
- Width = 345
- Height = 13
- Cursor = crHandPoint
- Alignment = taCenter
- AutoSize = False
- Caption = 'http://www.ks-soft.net/ip-tools.eng/regipt.htm'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- OnClick = Label3Click
- end
- object Label4: TLabel
- Left = 24
- Top = 88
- Width = 345
- Height = 25
- Alignment = taCenter
- AutoSize = False
- Caption =
- 'You can place secure credit card orders via the World Wide Web u' +
- 'sing the Order link on :'
- WordWrap = True
- end
- object Label5: TLabel
- Left = 24
- Top = 141
- Width = 345
- Height = 25
- Alignment = taCenter
- AutoSize = False
- Caption =
- 'If You order in the Web you will receive a registration number b' +
- 'y e-mail within 3 business day'
- WordWrap = True
- end
- object OKBtn: TButton
- Left = 399
- Top = 20
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 399
- Top = 140
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object Edit1: TEdit
- Left = 144
- Top = 24
- Width = 225
- Height = 21
- TabOrder = 2
- Text = 'KS Alex'
- end
- object Edit2: TEdit
- Left = 144
- Top = 56
- Width = 225
- Height = 21
- TabOrder = 3
- Text = '0145871928'
- end
- object HelpBtn: TButton
- Left = 399
- Top = 52
- Width = 75
- Height = 25
- Caption = 'Help'
- Default = True
- TabOrder = 4
- OnClick = HelpBtnClick
- end
- end
-